home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 035a / bpq404.zip / BPQNODES.DOC < prev    next >
Text File  |  1989-06-09  |  2KB  |  38 lines

  1.        Routes and Nodes tables for the G8BPQ Switch System.
  2.  
  3.  
  4.  
  5. Starting from version 3.20, the BPQ switch software reads an additional
  6. file, BPQNODES, after processing the configuration information in BPQCFG.BIN.
  7. The file contains Route and Node information to be added to relevant tables.
  8. The file may be built by hand, but will normally be created by running 
  9. program BPQNODES.COM while the switch is running. This creates file BPQNODES
  10. containing the current ROUTES and NODES lists in the required format.
  11.  
  12. There are various ways in which the program could be used. If you run a BBS
  13. which allows programs to be run from the forwarding system, then you could
  14. include it in that. Or perhaps just run it when you notice a significant
  15. change in the network.
  16.  
  17. The file format is: ( {} indicates optional entries - don't include the{})
  18.  
  19. ROUTE ADD CALL P QUAL {!} {VIA DIGI1 {DIGI2}}
  20.  
  21. where P is the port, qual the Quality, and the optional ! indicates a locked
  22. route. Up to 2 DIGIS may be specified. 
  23.  
  24. NODE ADD ALIAS:CALL CALL-1 P QUAL {!} {CALL-2 P QUAL {!} } {CALL-3 ....}
  25.  
  26. where CALL-1, CALL-2, CALL-3 are up to 3 alternate routs, which must be
  27. defined (by ROUTES config entries or ROUTE ADD) before being used.
  28.  
  29. Although locked nodes are allowed, I strongly recommend  that they are used
  30. only in exceptional circumstances (eg when using a digi'ed route). Note also
  31. that a locked route to a node will be removed if the system finds 3 higher
  32. quality routes to it.
  33.  
  34.  
  35. Lines beginning with ; are treated as comments, and fields should be separated
  36. by one (and only one) space.
  37.  
  38.